RenderInputComboBox Constructor(String[])
In This Topic
Initializes a new instance of the
RenderInputComboBox class, assigning
Items from the specified strings.
Syntax
'Declaration
Public Function New( _
ByVal ParamArray () As String _
)
public RenderInputComboBox(
params string[]
)
Parameters
- items
- The strings that are used to initialize the Items array.
See Also